home *** CD-ROM | disk | FTP | other *** search
/ PC Graphics Unleashed / PC Graphics Unleashed.iso / polyray / install.bat next >
DOS Batch File  |  1994-10-10  |  2KB  |  50 lines

  1. @ECHO OFF
  2. REM %1=DRIVE
  3. REM -----------------------------
  4. ECHO  
  5. ECHO ╔═════════════════════════════════════════════════════╗
  6. ECHO ║                                                     ║
  7. ECHO ║ PC Graphics Unleashed                               ║
  8. ECHO ║                                                     ║
  9. ECHO ║ CD-ROM Installation Program for POLYRAY             ║
  10. ECHO ║                                                     ║
  11. ECHO ╚═════════════════════════════════════════════════════╝
  12. ECHO  
  13. ECHO  
  14. ECHO ─────────────────────────────────────────────────────────────
  15. ECHO   The files for POLYRAY will be installed to your %1
  16. ECHO   hard drive. You need at least 3 megabytes of free space.
  17. ECHO.
  18. ECHO.
  19. ECHO   If this is NOT what you want to do, press the Ctrl + C 
  20. ECHO   keys to stop this batch program.
  21. ECHO ─────────────────────────────────────────────────────────────
  22. ECHO  
  23. ECHO  
  24. ECHO  
  25. PAUSE Paused... press any key to continue the installation
  26. CLS
  27. ECHO  
  28. ECHO ┌───────────────────────────────────────────────────────────────────────┐
  29. ECHO │ The software will now be installed to your %1 hard drive.             │
  30. ECHO │ You'll see a message telling you when the installation is finished.   │
  31. ECHO └───────────────────────────────────────────────────────────────────────┘
  32. IF EXIST C:\PCGU\nul GOTO COPYING
  33. MD C:\POLYRAY
  34. :COPYING
  35. XCOPY \POLYRAY\*.* %1\POLYRAY\ /S /E
  36. DEL %1\POLYRAY\INSTALL.BAT
  37. CLS
  38. ECHO 
  39. ECHO  
  40. ECHO ═════════════════════════════════════════════════════════════════
  41. ECHO.
  42. ECHO   The installation of the POLYRAY software is complete.
  43. ECHO   You'll find the files in the %1\POLYRAY directory. 
  44. ECHO.
  45. ECHO ═════════════════════════════════════════════════════════════════
  46. ECHO  
  47. ECHO  
  48. pause
  49. cls
  50.